home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmfreec / _setup.1 / AHMTWinListBox.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-09  |  1.8 KB  |  59 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMTWinListbox.pas' rev: 3.00
  6.  
  7. #ifndef AHMTWinListboxHPP
  8. #define AHMTWinListboxHPP
  9. #include <AHMFreeware.hpp>
  10. #include <ExtCtrls.hpp>
  11. #include <StdCtrls.hpp>
  12. #include <Dialogs.hpp>
  13. #include <Forms.hpp>
  14. #include <Controls.hpp>
  15. #include <Graphics.hpp>
  16. #include <Classes.hpp>
  17. #include <SysUtils.hpp>
  18. #include <Messages.hpp>
  19. #include <Windows.hpp>
  20. #include <SysInit.hpp>
  21. #include <System.hpp>
  22.  
  23. //-- user supplied -----------------------------------------------------------
  24.  
  25. namespace Ahmtwinlistbox
  26. {
  27. //-- type declarations -------------------------------------------------------
  28. class DELPHICLASS TAHMWinListbox;
  29. class PASCALIMPLEMENTATION TAHMWinListbox : public Stdctrls::TListBox 
  30. {
  31.     typedef Stdctrls::TListBox inherited;
  32.     
  33. protected:
  34.     Ahmfreeware::TAHMAboutFreeStr FAbout;
  35.     virtual void __fastcall CreateParams(Controls::TCreateParams &Params);
  36.     
  37. __published:
  38.     __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
  39.     __property Caption ;
  40. public:
  41.     /* TCustomListBox.Create */ __fastcall virtual TAHMWinListbox(Classes::TComponent* AOwner) : Stdctrls::
  42.         TListBox(AOwner) { }
  43.     /* TCustomListBox.Destroy */ __fastcall virtual ~TAHMWinListbox(void) { }
  44.     
  45. public:
  46.     /* TWinControl.CreateParented */ __fastcall TAHMWinListbox(HWND ParentWindow) : Stdctrls::TListBox(
  47.         ParentWindow) { }
  48.     
  49. };
  50.  
  51. //-- var, const, procedure ---------------------------------------------------
  52.  
  53. }    /* namespace Ahmtwinlistbox */
  54. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  55. using namespace Ahmtwinlistbox;
  56. #endif
  57. //-- end unit ----------------------------------------------------------------
  58. #endif    // AHMTWinListbox
  59.